RMS Config API

(0 reviews)

Rate Limiting

All requests sent from a specific API consumer to the Remote Management Service Config API may be subject to a rate limit.

Rate limiting restricts the number of requests which the API accepts for processing over a given period of time (time window). If the number of requests exceeds the rate limit, then subsequent requests are rejected.

If rate limiting is applied to your requests, responses will contain the following headers that provide more information regarding the rate limit status:

Header Description Example
x-ratelimit-remaining Number of requests remaining for this time period 1342
x-ratelimit-limit Total number of requests permitted per time period 1500
x-ratelimit-reset Time remaining in current time period in milliseconds 740

Reviews